home *** CD-ROM | disk | FTP | other *** search
- /* --------------------------------------------------------------------------
- * Copyright 1992 by Forschungszentrum Informatik (FZI)
- *
- * You can use and distribute this software under the terms of the licence
- * you should have received along with this program.
- * If not or if you want additional information, write to
- * Forschungszentrum Informatik, "STONE", Haid-und-Neu-Strasse 10-14,
- * D-7500 Karlsruhe 1, Germany.
- * --------------------------------------------------------------------------
- */
- #ifndef TRCPSMH
- #define TRCPSMH 1
-
- #include "trc.h"
-
- const int psm_H = 20;
- const int psm_M = 21;
- const int psm_L = 22;
- const int psm_VL = 23;
- const int psm_CHECK_READ = 24;
- const int psm_CHECK_WRITE = 25;
-
- #endif
-